@struct atsc_table_vct @brief ATSC VCT table (covers both CVCT and TVCT) @ingroup dvb_table
@param header struct dvb_table_header content @param protocol_version protocol version @param num_channels_in_section num channels in section @param channel pointer to struct channel @param descriptor pointer to struct descriptor
Everything after atsc_table_vct::channel (including it) won't be bit-mapped to the data parsed from the MPEG TS. So, metadata are added there
See Implementation
@struct atsc_table_vct @brief ATSC VCT table (covers both CVCT and TVCT) @ingroup dvb_table
@param header struct dvb_table_header content @param protocol_version protocol version @param num_channels_in_section num channels in section @param channel pointer to struct channel @param descriptor pointer to struct descriptor
Everything after atsc_table_vct::channel (including it) won't be bit-mapped to the data parsed from the MPEG TS. So, metadata are added there